Q3Box_GetData
You can use theQ3Box_GetData
function to get the data that defines a box and its attributes.
TQ3Status Q3Box_GetData ( TQ3GeometryObject box, TQ3BoxData *boxData);
box
- A box.
boxData
- On exit, a pointer to a
TQ3BoxData
structure that contains information about the box specified by thebox
parameter.DESCRIPTION
TheQ3Box_GetData
function returns, through theboxData
parameter, information about the box specified by thebox
parameter. QuickDraw 3D allocates memory for theTQ3BoxData
structure internally; you must callQ3Box_EmptyData
to dispose of that memory.